Skip to content
Snippets Groups Projects
Commit 0905cd4f authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Fix yaml syntax

parent dd367b20
No related branches found
No related tags found
No related merge requests found
Pipeline #21954 passed
......@@ -2,14 +2,14 @@
test_passing_case:
tags:
- ubuntu22
script: |
docker build --build-arg BASE_TAG=python:latest --build-arg INSTALL_BIN=python3 .
tags:
- ubuntu22
script: |
docker build --build-arg BASE_TAG=python:latest --build-arg INSTALL_BIN=python3 .
test_failing_case:
tags:
- ubuntu22
script: |
! docker build --build-arg BASE_TAG=ubuntu:22.04 --build-arg INSTALL_BIN=python3 .
tags:
- ubuntu22
script: |
! docker build --build-arg BASE_TAG=ubuntu:22.04 --build-arg INSTALL_BIN=python3 .
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