Skip to content
Snippets Groups Projects

Draft: Gitlab ci image build

Open Johannes Frenzel requested to merge gitlab-ci-image-build into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -20,7 +20,7 @@ variables:
RAILS_ENV: test
APK_CACHE_DIR: $CI_PROJECT_DIR/.cache/apk
RUBY_CACHE_DIR: $CI_PROJECT_DIR/.cache/ruby
APK_PACKAGES: nodejs curl libarchive-tools build-base libpq-dev sqlite-dev libxml2-dev tzdata
APK_PACKAGES: nodejs curl libarchive-tools build-base git libpq-dev sqlite-dev libxml2-dev tzdata
cache:
key: ${CI_COMMIT_REF_SLUG}
Loading