Skip to content

Commit

Permalink
ci(test-stage-template): remove deprecated variables
Browse files Browse the repository at this point in the history
DOCKER_TLS_VERIFY and DOCKER_CERT_PATH are not set by default
in the currently used image versions

Changelog: None
Ticket: None
Signed-off-by: Alex Miliukov <oleksandr.miliukov@northern.tech>
  • Loading branch information
0lmi committed Jan 4, 2023
1 parent f507de1 commit 40a8681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitlab-pipeline/stage/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ test:backend-integration:azblob:enterprise:
before_script:
# Default value, will later be overwritten if successful
- echo "failure" > /JOB_RESULT.txt

# Make sure docker interacts with dockerd via socket
- unset DOCKER_HOST
- unset DOCKER_TLS_VERIFY
- unset DOCKER_CERT_PATH

# Make sure the /dev/kvm device is readable and writable by everyone
- chmod o+rw /dev/kvm
Expand Down

0 comments on commit 40a8681

Please sign in to comment.