ci: Remove after_script from .gitlab-ci.yml

This commit is contained in:
DevTekVE
2023-12-05 07:54:04 +00:00
parent 6cee1edb2e
commit 8c817a37e0
+2 -3
View File
@@ -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}/