File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ script:
17
17
# Building the Docker image
18
18
- docker build --pull --build-arg BUILD_TIMESTAMP=$(date -u +'%Y-%m-%dT%H:%M:%SZ') --build-arg COMMIT_ID="${TRAVIS_COMMIT}" -t "jsii/superchain:nightly" ./superchain
19
19
# Building jsii itself within the Docker image
20
- - docker run --rm -it --network=host -v ${PWD}:${PWD} -w ${PWD} jsii/superchain:nightly bash -c "yarn install && yarn build && yarn test"
20
+ - docker run --rm -it --network=host -v ${PWD}:${PWD} -w ${PWD} jsii/superchain:nightly bash -c "yarn install --frozen-lockfile && yarn build && yarn test"
21
21
# Make sure the build did not change the source tree
22
22
- git update-index --refresh
23
23
- git diff-index --exit-code --stat HEAD
Original file line number Diff line number Diff line change 5
5
commands :
6
6
# Temporarily - install yarn if it's not there already
7
7
- yarn --version || npm install --global yarn
8
- - yarn install
8
+ - yarn install --frozen-lockfile
9
9
pre_build :
10
10
commands :
11
11
- yarn fetch-dotnet-snk
You can’t perform that action at this time.
0 commit comments