File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,15 @@ jobs:
69
69
70
70
container :
71
71
image : floydpink/ubuntu-install-builder:latest
72
- volumes :
73
- - ${{ github.workspace }}:/agent
74
72
75
73
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
+
76
81
- name : Download artifacts
77
82
uses : actions/download-artifact@v2
78
83
with :
82
87
- name : ls test
83
88
run : ls -lah
84
89
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}
87
92
88
93
89
94
# - name: Send unit tests coverage to Codecov
You can’t perform that action at this time.
0 commit comments