Commit 748dd85bafb8fdbddfcf239d5a93f298d6cdaa3a
1 parent
b71625c8
Exists in
master
and in
29 other branches
CI: create tmp/cache
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
.gitlab-ci.yml
1 | before_script: | 1 | before_script: |
2 | - - mkdir -p tmp/pids log | 2 | + - mkdir -p tmp/{pids,cache} log |
3 | - bundle check || bundle install | 3 | - bundle check || bundle install |
4 | # workaround for plugins with Gemfile | 4 | # workaround for plugins with Gemfile |
5 | - perl -pi -e 's/--local //' script/noosfero-plugins | 5 | - perl -pi -e 's/--local //' script/noosfero-plugins |
.travis.yml
@@ -28,7 +28,7 @@ before_install: | @@ -28,7 +28,7 @@ before_install: | ||
28 | cache: bundler | 28 | cache: bundler |
29 | 29 | ||
30 | before_script: | 30 | before_script: |
31 | - - mkdir -p tmp/pids log | 31 | + - mkdir -p tmp/{pids,cache} log |
32 | # workaround for plugins with Gemfile | 32 | # workaround for plugins with Gemfile |
33 | - perl -pi -e 's/cat .+ > \$gemfile/echo "source \\"https:\/\/rubygems.org\\"" > \$gemfile && cat \$source\/Gemfile >> \$gemfile/' script/noosfero-plugins | 33 | - perl -pi -e 's/cat .+ > \$gemfile/echo "source \\"https:\/\/rubygems.org\\"" > \$gemfile && cat \$source\/Gemfile >> \$gemfile/' script/noosfero-plugins |
34 | - perl -pi -e 's/--local --quiet/install --jobs=3 --retry=3/' script/noosfero-plugins | 34 | - perl -pi -e 's/--local --quiet/install --jobs=3 --retry=3/' script/noosfero-plugins |