mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-17 02:27:12 -05:00
Install bundler 2.2.5
This commit is contained in:
parent
81efc68056
commit
583ea9acbc
1
.buildrc
1
.buildrc
@ -2,6 +2,7 @@ export BUILD_DATE=$(TZ=UTC date "+%Y-%m-%d")
|
|||||||
export BUILD_TIME=$(TZ=UTC date "+%H:%M:%S %Z")
|
export BUILD_TIME=$(TZ=UTC date "+%H:%M:%S %Z")
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
|
gem install bundler:2.2.5
|
||||||
bundle install
|
bundle install
|
||||||
|
|
||||||
sed -i "s/^ date:.*$/ date: $BUILD_DATE/" _config.yml
|
sed -i "s/^ date:.*$/ date: $BUILD_DATE/" _config.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user