-
Notifications
You must be signed in to change notification settings - Fork 277
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ci] load-rs:release workflow triggers
Signed-off-by: BAStos525 <[email protected]>
- Loading branch information
1 parent
7f9e0dd
commit 38e572e
Showing
1 changed file
with
11 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -28,7 +28,6 @@ jobs: | |
with: | ||
file: lcov.info | ||
|
||
|
||
deploy: | ||
runs-on: ubuntu-latest | ||
container: | ||
|
@@ -76,3 +75,14 @@ jobs: | |
PROFILE=--release | ||
BIN=iroha_crypto_cli | ||
- name: Build and push load-rs:release docker image | ||
run: | | ||
sleep 10s | ||
echo "wait to finish other workflow" | ||
- uses: convictional/[email protected] | ||
with: | ||
owner: soramitsu | ||
repo: iroha2-longevity-load-rs | ||
github_token: ${{ secrets.G_ACCESS_TOKEN }} | ||
workflow_file_name: load-rs-push-from-release.yaml | ||
ref: release |