File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : AutoModality/action-clean@v1.1.0
1515 - uses : actions/checkout@v2
16- - uses : rlespinasse/github-slug-action@3.1.0 # for GITHUB_REF_SLUG
17- - name : Package
18- id : package
19- uses : AutoModality/action-package-debian-ros@v5-amros
20- with :
21- branch : ${{ env.GITHUB_REF_SLUG }}
22- build-number : ${{ github.run_number }}
23- release-repo-entitlement : ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
24- - name : The generated package
25- run : echo "The artifact is ${{ steps.package.outputs.artifact-path }}"
2616 - name : Deploy
27- id : deploy
28- uses : AutoModality/action-cloudsmith@0.2.0
29- with :
30- api-key : ${{ secrets.CLOUDSMITH_API_KEY }}
31- command : ' push'
32- format : ' deb'
33- owner : ' automodality'
34- repo : ' dev'
35- distro : ' ubuntu'
36- release : ' bionic'
37- file : ' ${{ steps.package.outputs.artifact-path }}'
17+ run : amros dev docker run -dm --command="deploy-amros developer 0.0.${{ github.run_number }} dev ${{ secrets.CLOUDSMITH_API_KEY }}"
3818 draft-pr :
3919 runs-on : ubuntu-18.04
4020 needs : package
4525 with :
4626 pr_draft : true
4727 github_token : ${{ secrets.GITHUB_TOKEN }}
48- # code-format:
49- # runs-on: ubuntu-18.04
50- # needs: package
51- # steps:
52- # - uses: actions/checkout@v2
53- # - name: Format Code
54- # uses: AutoModality/action-ros-clang-format@master
55- # env:
56- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments