Skip to content
Snippets Groups Projects
Commit bb9ac21d authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-409: Mea culpa. The check is correct. Ditching the use of env then.

parent c4f68815
No related branches found
No related tags found
1 merge request!151Resolve L2SS-409 "Fix shellcheck ci"
...@@ -37,7 +37,7 @@ shellcheck: ...@@ -37,7 +37,7 @@ shellcheck:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install -y shellcheck - sudo apt-get install -y shellcheck
script: script:
- shellcheck -e SC2096 **/*.sh - shellcheck **/*.sh
unit_test: unit_test:
stage: unit-tests stage: unit-tests
before_script: before_script:
......
#!/usr/bin/env bash -e #!/bin/bash -e
# Tag and push which image version? # Tag and push which image version?
DOCKER_TAG=latest DOCKER_TAG=latest
......
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