Commit b8dc35f7 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove an unnecessary build step

Bash is no longer a CI dependency, so remove the step from each job
which installs it. This was a legacy from the monolithic deployment
project.
parent 7e1e3dc0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ services:
before_script:
- docker info
- docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
- apk update && apk add bash


.build: &build