File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,9 @@ test_mac:
3636 - pip3 install -r $CI_PROJECT_DIR/requirements.txt
3737 - curl --progress-bar "${DL_URL}" >> "${CI_PROJECT_DIR}/${SNAP_INSTALLER}"
3838 - hdiutil attach ${CI_PROJECT_DIR}/${SNAP_INSTALLER}
39- - ' "/Volumes/esa-snap/ESA SNAP.app/Contents/MacOS/JavaApplicationStub" -dir ${SNAP_DIR} -q -console -overwrite'
39+ # - '"/Volumes/esa-snap/ESA SNAP.app/Contents/MacOS/JavaApplicationStub" -dir ${SNAP_DIR} -q -console -overwrite'
40+ - rm -rf $SNAP_DIR && ls /Volumes/esa-snap
41+ - cp -rf "/Volumes/esa-snap/ESA SNAP.app/Contents/Resources/app" $SNAP_DIR && ls $SNAP_DIR
4042 - ls $SNAP_DIR/bin
4143 - python3 $CI_PROJECT_DIR/pygpt/filter_json.py gpt-tests-resources/tests $SCOPE $REPORT_DIR
4244 script :
You can’t perform that action at this time.
0 commit comments