Skip to content

Commit 74bedb0

Browse files
committed
[MacOS] Copy files instead of run installer
1 parent 34e7514 commit 74bedb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

darwin.gitlab-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)