Skip to content

Commit

Permalink
Do not reset to origin commit
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Mar 26, 2020
1 parent 78be3e3 commit 345da96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ 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 ccache
- git fetch origin
- git reset --hard origin/$CI_COMMIT_REF_NAME
- git fetch origin
# - git reset --hard origin/$CI_COMMIT_REF_NAME
- make BOARD=x230-hotp_verification -j3 || (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 345da96

Please sign in to comment.