Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Zedel <[email protected]>
  • Loading branch information
mzedel committed Aug 11, 2023
1 parent b08ec80 commit 57334aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,8 @@ test:docs-links:hosted:
test:prep:
stage: pre-test
image: docker
only:
- staging
# only:
# - staging
services:
- docker:dind
script:
Expand Down Expand Up @@ -292,7 +292,7 @@ build:docker:

.template:test:staging-deployment:
image: mendersoftware/mender-test-containers:gui-e2e-testing
stage: .post
stage: test
services:
- docker:dind
cache:
Expand All @@ -318,10 +318,10 @@ build:docker:
after_script:
- cd $CI_PROJECT_DIR
- mkdir logs && cp /root/.npm/_logs/* logs/
only:
- staging
when: delayed
start_in: 15 minutes
# only:
# - staging
# when: delayed
# start_in: 15 minutes
artifacts:
expire_in: 2w
paths:
Expand Down

0 comments on commit 57334aa

Please sign in to comment.