Commit 43fee66d authored by James T. Lee's avatar James T. Lee
Browse files

Style fixes

parent dcae6d2d
Pipeline #226 skipped
...@@ -5,7 +5,7 @@ variables: ...@@ -5,7 +5,7 @@ variables:
default: default:
image: '${CI_REGISTRY}/nest/tools/buildah:haswell' image: '${CI_REGISTRY}/nest/tools/buildah:haswell'
before_script: before_script:
- 'buildah login --username "$CI_REGISTRY_USER" --password "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"' - 'buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"'
'Build haswell-server': 'Build haswell-server':
stage: 'build' stage: 'build'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment