Skip to content

Commit 61f3fbf

Browse files
committed
don't need
1 parent 8a6e315 commit 61f3fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
PROBE_VERSION="$(python setup.py --version)"
2727
echo "SPP_PROBE_VERSION=$PROBE_VERSION" >> $GITHUB_ENV
2828
- run: python setup.py sdist
29-
- run: cp dist/sourceplusplus-${{ env.SPP_PROBE_VERSION }}.tar.gz e2e && ls && pwd
29+
- run: cp dist/sourceplusplus-${{ env.SPP_PROBE_VERSION }}.tar.gz e2e
3030
- run: cd e2e && docker-compose up -d
3131
- name: Docker IPs
3232
run: docker inspect --format='{{.Name}} - {{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aq)

0 commit comments

Comments
 (0)