Skip to content

Commit

Permalink
Gitlab: skip fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed May 15, 2020
1 parent f4c6051 commit c4eb14a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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 fetch origin
# - git reset --hard origin/$CI_COMMIT_REF_NAME
- make BOARD=x230-hotp_verification || (find ./build/log/ -cmin 1|xargs tail; exit 1)
- echo "x230-hotp_verification hashes:"
Expand Down

0 comments on commit c4eb14a

Please sign in to comment.