File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -171,16 +171,16 @@ before_script:
171
171
if [[ "$SKIP_BUILD" == true ]]; then
172
172
export RUN_SCRIPT="echo 'skipping, not a full build'";
173
173
else
174
- RUN_SCRIPT="stamp src/ci/init_repo.sh . $HOME/rustsrc";
174
+ RUN_SCRIPT="src/ci/init_repo.sh . $HOME/rustsrc";
175
175
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
176
- export RUN_SCRIPT="$RUN_SCRIPT && stamp src/ci/run.sh";
176
+ export RUN_SCRIPT="$RUN_SCRIPT && src/ci/run.sh";
177
177
else
178
- export RUN_SCRIPT="$RUN_SCRIPT && stamp src/ci/docker/run.sh $IMAGE";
178
+ export RUN_SCRIPT="$RUN_SCRIPT && src/ci/docker/run.sh $IMAGE";
179
179
fi
180
180
fi
181
181
182
182
script :
183
- - sh -x -c "$RUN_SCRIPT"
183
+ - stamp sh -x -c "$RUN_SCRIPT"
184
184
185
185
after_success :
186
186
- >
You can’t perform that action at this time.
0 commit comments