Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Infra
CI Jobs
Official Devices Validator
Commits
8cb5738a
Commit
8cb5738a
authored
May 08, 2021
by
José Henrique
Browse files
Change docker registry
parent
3e919a03
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8cb5738a
...
...
@@ -16,6 +16,7 @@ build:
git -C official_devices fetch origin "pull/$GIT_PR_NUMBER/head"
git -C official_devices checkout FETCH_HEAD
fi
echo "$DOCKER_PASSWORD_READ" | docker login -u "$DOCKER_USERNAME_READ" --password-stdin gitlab.pixelexperience.org:5050
docker build --no-cache -t official_devices_ci:latest ./
docker run -e TELEGRAM_TOKEN=${TELEGRAM_TOKEN} -e GH_PERSONAL_TOKEN=${GH_PERSONAL_TOKEN} -e GIT_PR_NUMBER=${GIT_PR_NUMBER} -e BUILD_URL=${CI_JOB_URL} official_devices_ci:latest
only
:
...
...
Dockerfile
View file @
8cb5738a
FROM
pixelexperience/official
_
devices
_ci
:latest
FROM
gitlab.
pixelexperience
.org:5050/infra/docker
/official
-
devices
-validator-docker
:latest
COPY
. /app
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment