forked from cryptoadvance/specter-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kim Neunert
committed
May 28, 2024
1 parent
2f28805
commit 496210e
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -253,24 +253,21 @@ tag_specterext_dummy_repo: | |
- echo "Now tagging ... [email protected]:${CI_PROJECT_ROOT_NAMESPACE}/specterext-dummy.git" | ||
- ./utils/tag_specterext_dummy.sh | ||
|
||
|
||
# update github | ||
update_github: | ||
stage: post_releasing | ||
#only: | ||
# - tags | ||
only: | ||
- tags | ||
before_script: | ||
# write access to [email protected]:swan-bitcoin/specter-static.git | ||
- source ./utils/prepare_for_git_write.sh "$SSH_SPECTERSTATIC_DEPLOY_KEY" | ||
script: | ||
- echo "Now updating https://github.com:${CI_PROJECT_ROOT_NAMESPACE}/specter-desktop/releases/tag/${CI_COMMIT_TAG:-v2.0.4-pre8}" | ||
- ./utils/generate_downloadpage.sh --org_name ${CI_PROJECT_ROOT_NAMESPACE:-k9ert} --debug --version ${CI_COMMIT_TAG:-v2.0.4-pre8} generate github # default-value for testing | ||
|
||
# update github | ||
update_webpage: | ||
stage: post_releasing | ||
#only: | ||
# - tags | ||
only: | ||
- tags | ||
before_script: | ||
# write access to [email protected]:swan-bitcoin/specter-static.git | ||
- source ./utils/prepare_for_git_write.sh "$SSH_SPECTERSTATIC_DEPLOY_KEY" | ||
|