diff options
| author | mo khan <mo@mokhan.ca> | 2025-09-11 09:46:56 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-09-11 09:46:56 -0600 |
| commit | 2be78aef76e1db88d0fc87585d7b0cc6c9e7023b (patch) | |
| tree | 848a5503d7ed3102dc675deb3de6f143f01e5d73 | |
| parent | dd88814039d3f9414228bb2bd69ac7591ffc3832 (diff) | |
chore: remove DEV_ONLY stripping
| -rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d159ef..b7bc937 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,6 @@ build image: before_script: - docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY script: - - grep -v "# DEV_ONLY:" Procfile.template > Procfile - docker build --no-cache --tag $CONTAINER_IMAGE_COMMIT . - docker push $CONTAINER_IMAGE_COMMIT lint: |
