mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-27 04:33:43 +08:00
ci: Remove after_script from .gitlab-ci.yml
This commit is contained in:
+2
-3
@@ -75,7 +75,7 @@ build:
|
||||
- mkdir -p ${BUILD_DIR}
|
||||
- ls -la ${BUILD_DIR}
|
||||
- "echo Building Rest..."
|
||||
- cp -pR --parents $(cat release/files_common release/files_tici) $BUILD_DIR/
|
||||
- cp -pR --parents $(cat release/files_common release/files_tici | sort | uniq) $BUILD_DIR/ 2> >(grep -v 'warning:' >&2)
|
||||
- cd $BUILD_DIR
|
||||
- sed -i '/from .board.jungle import PandaJungle, PandaJungleDFU/s/^/#/' panda/__init__.py # comment panda jungle when prebuilt
|
||||
- scons -j$(nproc) cache_dir=${CI_DIR}/scons_cache
|
||||
@@ -100,8 +100,7 @@ build:
|
||||
- touch ${BUILD_DIR}/prebuilt
|
||||
- mkdir -p ${OUTPUT_DIR}
|
||||
- shopt -s dotglob && mv ${BUILD_DIR}/* ${OUTPUT_DIR}
|
||||
after_script:
|
||||
- sudo chown -R comma:comma ${OUTPUT_DIR}
|
||||
- sudo chown -R comma:comma ${OUTPUT_DIR}
|
||||
artifacts:
|
||||
paths:
|
||||
- ${OUTPUT_DIR}/
|
||||
|
||||
Reference in New Issue
Block a user