Skip to content

Commit

Permalink
Force old artifacts removal from cache
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed May 15, 2020
1 parent 369d4d8 commit 6b98282
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ build:
key: "$CI_COMMIT_REF_SLUG"
script:
- dnf install -y @development-tools gcc-c++ gcc-gnat zlib-devel perl-Digest-MD5 perl-Digest-SHA uuid-devel pcsc-tools ncurses-devel lbzip2 libuuid-devel lzma elfutils-libelf-devel bc bzip2 bison flex git gnupg iasl m4 nasm patch python wget libusb-devel cmake automake pv bsdiff autoconf libtool expat-devel boost-devel libaio-devel cpio texinfo diceware
# - git fetch origin
# - git reset --hard origin/$CI_COMMIT_REF_NAME
- git fetch origin
- git reset --hard origin/$CI_COMMIT_REF_NAME
- rm -rf build/libremkey-hotp-verification* -v
- make BOARD=x230-hotp_verification || (find ./build/log/ -cmin 1|xargs tail; exit 1)
- echo "x230-hotp_verification hashes:"
- cat ./build/x230-hotp_verification/hashes.txt
Expand Down

0 comments on commit 6b98282

Please sign in to comment.