Skip to content

Commit 434a104

Browse files
committed
add checkout of the repo containing settings for the installer & bitrock command
1 parent 3834e7d commit 434a104

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,15 @@ jobs:
6969

7070
container:
7171
image: floydpink/ubuntu-install-builder:latest
72-
volumes:
73-
- ${{ github.workspace }}:/agent
7472

7573
steps:
74+
75+
- name: Checkout
76+
uses: actions/checkout@v2
77+
with:
78+
repository: 'bcmi-labs/arduino-create-agent-installer'
79+
token: ${{ secrets.PAT_TEMP }}
80+
7681
- name: Download artifacts
7782
uses: actions/download-artifact@v2
7883
with:
@@ -82,8 +87,8 @@ jobs:
8287
- name: ls test
8388
run: ls -lah
8489

85-
- name: Launch Bitrock
86-
run: /opt/installbuilder-20.3.0/bin/builder
90+
- name: Launch Bitrock installbuilder-20
91+
run: /opt/installbuilder-20.3.0/bin/builder build installer.xml linux --verbose --setvars project.outputDirectory=$PWD project.version=${buildrevision} workspace=$PWD realname=${REALNAME}
8792

8893

8994
# - name: Send unit tests coverage to Codecov

0 commit comments

Comments
 (0)