We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5d935 commit e047cbfCopy full SHA for e047cbf
.github/workflows/workflow.yml
@@ -58,4 +58,6 @@ jobs:
58
- name: Run pytest
59
run: pytest -v tests
60
- name: Run repo2shellscript scripts
61
- run: ./run-docker-test.sh
+ run: |
62
+ export "PATH=$HOME/bin:$PATH"
63
+ ./run-docker-test.sh
run-docker-test.sh
@@ -6,6 +6,7 @@ IMAGE_NAME=test-repo2shellscript
6
repo2docker --engine shellscript --user-id 1000 --user-name test --no-run --image-name $IMAGE_NAME https://github.com/binder-examples/conda
7
8
# Test by building a Docker image with packer
9
+packer version
10
cd ./repo2shellscript-output/$IMAGE_NAME
11
packer build repo2docker.pkr.hcl
12
0 commit comments