Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KNIGHT
Asyst Moodle Plugin
Commits
fed10546
Commit
fed10546
authored
Jan 05, 2025
by
Artem Baranovskyi
Browse files
Image build is optimized.
parent
d1a8ecd0
Pipeline
#10725
failed with stages
in 8 minutes and 57 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fed10546
...
@@ -25,7 +25,7 @@ variables:
...
@@ -25,7 +25,7 @@ variables:
before_script
:
before_script
:
-
mkdir -p ~/.docker
-
mkdir -p ~/.docker
-
echo $DOCKER_CONFIG_JSON | base64 -d > ~/.docker/config.json
-
echo $DOCKER_CONFIG_JSON | base64 -d > ~/.docker/config.json
-
echo $DOCKER_PW | docker login -u $DOCKER_USER --password-stdin
#
- echo $DOCKER_PW | docker login -u $DOCKER_USER --password-stdin
-
docker system prune -a -f --volumes ||
true
-
docker system prune -a -f --volumes ||
true
-
docker container prune -f ||
true
-
docker container prune -f ||
true
-
docker network prune -f ||
true
-
docker network prune -f ||
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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