File tree 5 files changed +73
-112
lines changed
5 files changed +73
-112
lines changed Original file line number Diff line number Diff line change 80
80
rm -rf /tmp/src/mriqcwebapi
81
81
git clone https://github.com/poldracklab/mriqcwebapi.git /tmp/src/mriqcwebapi
82
82
cd /tmp/src/mriqcwebapi
83
- git checkout ${MRIQC_API_TAG}
84
83
if [ "${MRIQC_API_SECRET_TOKEN}" != "" ]; then
85
84
sed -i -E "s/<secret_token>/$MRIQC_API_SECRET_TOKEN/" dockereve-master/.env
86
85
grep -q -i $MRIQC_API_SECRET_TOKEN dockereve-master/.env
@@ -278,9 +277,8 @@ jobs:
278
277
name : Load Docker image layer cache
279
278
no_output_timeout : 30m
280
279
command : |
281
- pyenv local 3.5.2
282
- python -m pip install --upgrade pip
283
- pip install docker-compose
280
+ python3 -m pip install --upgrade pip
281
+ python3 -m pip install docker-compose
284
282
docker info
285
283
set +o pipefail
286
284
sudo apt update && sudo apt -y install pigz
@@ -431,9 +429,8 @@ jobs:
431
429
no_output_timeout : 30m
432
430
command : |
433
431
docker info
434
- pyenv local 3.5.2
435
- python -m pip install --upgrade pip
436
- pip install docker-compose
432
+ python3 -m pip install --upgrade pip
433
+ python3 -m pip install docker-compose
437
434
set +o pipefail
438
435
sudo apt update && sudo apt -y install pigz
439
436
if [ -f /tmp/cache/docker.tar.gz ]; then
You can’t perform that action at this time.
0 commit comments