Skip to content
Snippets Groups Projects
Commit e9094222 authored by Louis's avatar Louis :fire:
Browse files

Fix gitlab-ci.yml indentation

parent 43aaf899
No related branches found
No related tags found
No related merge requests found
Pipeline #107 failed with stage
in 38 seconds
...@@ -16,7 +16,7 @@ x86: ...@@ -16,7 +16,7 @@ x86:
tag=":$CI_COMMIT_REF_SLUG" tag=":$CI_COMMIT_REF_SLUG"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag" echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi fi
- docker build --pull -f x86.dockerfile -t "$CI_REGISTRY_IMAGE${tag}" . - docker build --pull -f x86.dockerfile -t "$CI_REGISTRY_IMAGE${tag}" .
- docker push "$CI_REGISTRY_IMAGE${tag}" - docker push "$CI_REGISTRY_IMAGE${tag}"
rules: rules:
- changes: - changes:
...@@ -41,7 +41,7 @@ arm64: ...@@ -41,7 +41,7 @@ arm64:
tag=":${CI_COMMIT_REF_SLUG}-arm64" tag=":${CI_COMMIT_REF_SLUG}-arm64"
echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag" echo "Running on branch '$CI_COMMIT_BRANCH': tag = $tag"
fi fi
- docker build --pull -f arm64.dockerfile -t "$CI_REGISTRY_IMAGE${tag}" . - docker build --pull -f arm64.dockerfile -t "$CI_REGISTRY_IMAGE${tag}" .
- docker push "$CI_REGISTRY_IMAGE${tag}" - docker push "$CI_REGISTRY_IMAGE${tag}"
rules: rules:
- changes: - changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment