File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
build_n_pytest :
146
146
machine :
147
147
image : ubuntu-2204:2022.10.2
148
- working_directory : /tmp/tests
148
+ working_directory : /tmp/src/sdcflows
149
149
environment :
150
150
TZ : " /usr/share/zoneinfo/America/Los_Angeles"
151
151
steps :
@@ -190,7 +190,6 @@ jobs:
190
190
name : Build Docker image
191
191
no_output_timeout : 60m
192
192
command : |
193
- cd /tmp/src/sdcflows
194
193
python3 -m pip install --upgrade pip
195
194
python3 -m pip install --upgrade "setuptools_scm[toml]"
196
195
@@ -256,7 +255,6 @@ jobs:
256
255
- run :
257
256
name : Refreshing cached intermediate results
258
257
command : |
259
- cd /tmp/src/sdcflows
260
258
COMMIT_MSG=$( git log --format=oneline -n 1 $CIRCLE_SHA1 )
261
259
set +e
262
260
do_refresh="$( echo "${COMMIT_MSG}" | grep -i -E '\[refresh[ _]?cache\]' )"
You can’t perform that action at this time.
0 commit comments