Skip to content

Commit

Permalink
Merge pull request #35 from Cosmian/feature/fix_js_tests
Browse files Browse the repository at this point in the history
Add cosmian_js_lib required docker containers
  • Loading branch information
Manuthor committed Sep 12, 2022
2 parents 5ea66be + 87da708 commit b0d2868
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ cargo_publish:
stage: publish
rules:
- if: '$CI_COMMIT_TAG =~ /^v\d+.\d+.\d+$/'
before_script:
- apt update && apt install git
script:
- echo "[registry]" > ~/.cargo/credentials
- echo "token = \"$CRATES_IO\"" >> ~/.cargo/credentials
Expand Down

0 comments on commit b0d2868

Please sign in to comment.