Skip to content

Commit

Permalink
#305g gitlab ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Jul 21, 2024
1 parent 45b24e9 commit adde5b6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ services:
- docker:dind

before_script:
- echo "Checking Docker version"
- if ! docker --version; then echo "Docker not found, installing Docker"; curl -fsSL https://get.docker.com | sh; fi
- echo "Logging into Docker registry"
- echo $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin $DOCKER_REGISTRY
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin

build:
stage: build
Expand Down

0 comments on commit adde5b6

Please sign in to comment.