File tree Expand file tree Collapse file tree 3 files changed +4
-30
lines changed Expand file tree Collapse file tree 3 files changed +4
-30
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: dart
22sudo : required
33
44dart :
5- - stable
5+ - 1.24.3
66
77addons :
88 apt :
Original file line number Diff line number Diff line change 1- FROM drydock-prod.workiva.net/workiva/smithy-runner-generator:179735 as build
1+ FROM google/dart:1.24.3
22
3- # Build Environment Vars
4- ARG BUILD_ID
5- ARG BUILD_NUMBER
6- ARG BUILD_URL
7- ARG GIT_COMMIT
8- ARG GIT_BRANCH
9- ARG GIT_TAG
10- ARG GIT_COMMIT_RANGE
11- ARG GIT_HEAD_URL
12- ARG GIT_MERGE_HEAD
13- ARG GIT_MERGE_BRANCH
143WORKDIR /build/
15- ADD . /build/
16- RUN echo "Starting the script sections" && \
17- pub get && \
18- echo "Script sections completed"
4+ ADD pubspec.yaml /build
5+ RUN pub get
196ARG BUILD_ARTIFACTS_BUILD=/build/pubspec.lock
207FROM scratch
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments