File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 58
58
environment : test
59
59
steps :
60
60
- uses : actions/checkout@v3 # Checking out the repo
61
- - run : wget https://github.com/balena-io/balena-cli/releases/download/v18.0.0 /balena-cli-v18.0.0 -linux-x64-standalone.zip -O balena-cli-v14.4.1 -linux-x64-standalone.zip
62
- - run : unzip balena-cli-v14.4.1 -linux-x64-standalone.zip
61
+ - run : wget https://github.com/balena-io/balena-cli/releases/download/v21.1.9 /balena-cli-v21.1.9 -linux-x64-standalone.zip -O balena-cli-v21.1.9 -linux-x64-standalone.zip
62
+ - run : unzip balena-cli-v21.1.9 -linux-x64-standalone.zip
63
63
- run : export PATH=$PATH:$(pwd)/balena-cli
64
64
- run : ./balena-cli/balena --version
65
65
- run : ./balena-cli/balena login --token ${{ secrets.BALENA_TOKEN }}
75
75
- run : ./balena-cli/balena preload $IMAGE_NAME --fleet $BALENA_FLEET -c $RELEASE_COMMIT
76
76
- run : mkdir -p dist
77
77
- run : mv $IMAGE_NAME ./dist/.
78
- - name : Archive dist
79
- uses : actions/upload-artifact@v3
80
- with :
81
- name : image-preloaded
82
- path : dist
78
+ # - name: Archive dist
79
+ # uses: actions/upload-artifact@v3
80
+ # with:
81
+ # name: image-preloaded
82
+ # path: dist
You can’t perform that action at this time.
0 commit comments