File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,26 +2,26 @@ name: Release Candidate
22on :
33 push :
44 branches-ignore :
5- - master
6- env :
7- DEPLOY_COMMAND : deploy-amros ${{ secrets.DEVELOPER_PASSWORD }} 0.0.${{ github.run_number }} dev ${{ secrets.CLOUDSMITH_API_KEY }}
5+ - master
86jobs :
97 package :
108 runs-on : [x64, self-hosted,linux,build]
119 steps :
1210 - uses : AutoModality/action-clean@v1.1.0
1311 - uses : actions/checkout@v2
12+ - uses : rlespinasse/github-slug-action@3.1.0
1413 - name : Deploy
1514 id : deploy
16- run : amros dev docker run -dm --command="${{ env.DEPLOY_COMMAND }}"
15+ run : amros dev docker run -dm --command="deploy-amros ${{ secrets.DEVELOPER_PASSWORD }} ${{ github.run_number }}-${{ env.GITHUB_REF_SLUG }} dev ${{ secrets.CLOUDSMITH_API_KEY }}"
1716 package-arm :
1817 runs-on : [arm64,self-hosted,linux, cuda]
1918 steps :
2019 - uses : AutoModality/action-clean@v1.1.0
2120 - uses : actions/checkout@v2
21+ - uses : rlespinasse/github-slug-action@3.1.0
2222 - name : Deploy
2323 id : deploy
24- run : ${{ env.DEPLOY_COMMAND }}
24+ run : deploy-amros ${{ secrets.DEVELOPER_PASSWORD }} ${{ github.run_number }}-${{ env.GITHUB_REF_SLUG }} dev ${{ secrets.CLOUDSMITH_API_KEY }}
2525 draft-pr :
2626 runs-on : ubuntu-18.04
2727 needs :
You can’t perform that action at this time.
0 commit comments