Skip to content

Commit

Permalink
kick
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Neunert committed May 28, 2024
1 parent f98b6f0 commit e852578
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ update_github:
# - tags
before_script:
# write access to git@github.com:swan-bitcoin/specter-static.git
- ./utils/prepare_for_git_write.sh "$SSH_SPECTERSTATIC_DEPLOY_KEY"
- source ./utils/prepare_for_git_write.sh "$SSH_SPECTERSTATIC_DEPLOY_KEY"
script:
- echo "Now updating https://github.com:${CI_PROJECT_ROOT_NAMESPACE}/specterext-dummy.git"
- ./utils/generate_downloadpage.sh --org_name ${CI_PROJECT_ROOT_NAMESPACE:-k9ert} --version ${CI_COMMIT_TAG:-v0.0.0-pre3} generate # default-value for testing
Expand All @@ -310,9 +310,8 @@ tag_specterext_dummy_repo:
# - tags
before_script:
# write access to git@github.com:cryptoadvance/specterext-dummy.git
- ./utils/prepare_for_git_write.sh "$SSH_SPECTEREXT_DEPLOY_KEY"
- source ./utils/prepare_for_git_write.sh "$SSH_SPECTEREXT_DEPLOY_KEY"
script:
- ssh-add -l
- echo "Now tagging ... git@github.com:${CI_PROJECT_ROOT_NAMESPACE}/specterext-dummy.git"
- ./utils/prepare_for_git_write.sh "$SSH_SPECTEREXT_DEPLOY_KEY"
- ./utils/tag_specterext_dummy.sh
- ssh-add -l

0 comments on commit e852578

Please sign in to comment.