Skip to content

Commit

Permalink
fix: enforce pull && JPL_DOCKERFORCEBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
vykozlov committed Aug 20, 2024
1 parent 72eb9d0 commit 36c93d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .sqa/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# .sqa/config.yml - jenkins-pipeline-library configuration file
environment:
JPL_DOCKERFORCEBUILD: "True"
LANG: C.UTF-8

sqa_criteria:
qc_style:
repos:
Expand All @@ -22,7 +26,4 @@ sqa_criteria:
- sh -c 'git submodule update --init --remote --recursive'
- tox -e qc.cov

environment:
LANG: C.UTF-8

timeout: 600
3 changes: 2 additions & 1 deletion .sqa/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.6"
version: "4"

services:
thisrepo-testing:
Expand All @@ -8,6 +8,7 @@ services:
build:
context: ./.sqa
dockerfile: Dockerfile.cicd
pull: true
command: >
sh -c "git config --global --add safe.directory /srv &&
git config --global --add safe.directory /srv/fasterrcnn_pytorch_training_pipeline &&
Expand Down

0 comments on commit 36c93d0

Please sign in to comment.