Skip to content

Commit 9bd738d

Browse files
Temporary change to .cirrus.yml to produce a one-off build
1 parent 045d660 commit 9bd738d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.cirrus.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ arm_linux_task:
142142
- ./binaries/*AppImage --appimage-extract
143143
- export BINARY_NAME='squashfs-root/pulsar'
144144
- Xvfb :99 & DISPLAY=:99 PLAYWRIGHT_JUNIT_OUTPUT_NAME=report.xml npx playwright test --reporter=junit,list
145-
rolling_upload_script:
146-
- cd ./script/rolling-release-scripts
147-
- npm install
148-
- node ./rolling-release-binary-upload.js cirrus
145+
# rolling_upload_script:
146+
# - cd ./script/rolling-release-scripts
147+
# - npm install
148+
# - node ./rolling-release-binary-upload.js cirrus
149149
always:
150150
videos_artifacts:
151151
path: ./tests/videos/**
@@ -204,11 +204,11 @@ silicon_mac_task:
204204
- hdiutil mount binaries/*Pulsar*dmg
205205
- export BINARY_NAME=`ls /Volumes/Pulsar*/Pulsar.app/Contents/MacOS/Pulsar`
206206
- PLAYWRIGHT_JUNIT_OUTPUT_NAME=report.xml npx playwright test --reporter=junit,list
207-
rolling_upload_script:
208-
- export PATH="/opt/homebrew/bin:$PATH"
209-
- cd ./script/rolling-release-scripts
210-
- npm install
211-
- node ./rolling-release-binary-upload.js cirrus
207+
# rolling_upload_script:
208+
# - export PATH="/opt/homebrew/bin:$PATH"
209+
# - cd ./script/rolling-release-scripts
210+
# - npm install
211+
# - node ./rolling-release-binary-upload.js cirrus
212212
always:
213213
videos_artifacts:
214214
path: ./tests/videos/**

0 commit comments

Comments
 (0)