Skip to content

Commit 3b219ab

Browse files
author
Aaron Roller
committed
ci: forgot slug action master
1 parent 376d32f commit 3b219ab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@ name: Release Candidate
22
on:
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
86
jobs:
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:

0 commit comments

Comments
 (0)