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 8a6e315 commit 61f3fbfCopy full SHA for 61f3fbf
.github/workflows/e2e.yml
@@ -26,7 +26,7 @@ jobs:
26
PROBE_VERSION="$(python setup.py --version)"
27
echo "SPP_PROBE_VERSION=$PROBE_VERSION" >> $GITHUB_ENV
28
- run: python setup.py sdist
29
- - run: cp dist/sourceplusplus-${{ env.SPP_PROBE_VERSION }}.tar.gz e2e && ls && pwd
+ - run: cp dist/sourceplusplus-${{ env.SPP_PROBE_VERSION }}.tar.gz e2e
30
- run: cd e2e && docker-compose up -d
31
- name: Docker IPs
32
run: docker inspect --format='{{.Name}} - {{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aq)
0 commit comments