File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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/**
You can’t perform that action at this time.
0 commit comments