File tree Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Expand file tree Collapse file tree 1 file changed +2
-21
lines changed Original file line number Diff line number Diff line change 99 RELEASE_PAYLOAD_FILE : release/payload.json
1010jobs :
1111 release :
12- runs-on : ${{ matrix.os }}
13- strategy :
14- matrix :
15- os : [ubuntu-18.04]
12+ runs-on : ubuntu-18.04
1613 steps :
1714 - uses : AutoModality/action-clean@v1.1.0
1815 - name : Checkout
@@ -77,26 +74,10 @@ jobs:
7774 with :
7875 path : ${{ env.RELEASE_PROPERTIES_FILE }}
7976 property : ' version'
80- - name : Package if published
81- if : steps.published.outputs.value == 'true'
82- id : package
83- uses : AutoModality/action-package-debian-ros@v5-amros
84- with :
85- version : ${{ steps.version.outputs.value }}
86- release-repo-entitlement : ${{ secrets.CLOUDSMITH_READ_RELEASE_ENTITLEMENT }}
8777 - name : Deploy if published
8878 if : steps.published.outputs.value == 'true'
8979 id : deploy
90- uses : AutoModality/action-cloudsmith@0.2.0
91- with :
92- api-key : ${{ secrets.CLOUDSMITH_API_KEY }}
93- command : ' push'
94- format : ' deb'
95- owner : ' automodality'
96- repo : ' release'
97- distro : ' ubuntu'
98- release : ' bionic'
99- file : ' ${{ steps.package.outputs.artifact-path }}'
80+ run : amros dev docker run -dm --command="deploy-amros developer ${{ steps.version.outputs.value }} release ${{ secrets.CLOUDSMITH_API_KEY }}"
10081 notify-amros :
10182 needs : release-package
10283 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments