Skip to content

Commit

Permalink
change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
usmanmani1122 committed Jan 28, 2025
1 parent c1ef8c8 commit 5fd45ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ jobs:
/tmp/export/a3p-integration
/tmp/loadgen-follower-logs
/tmp/loadgen-output
/root/acceptance
/tmp/acceptance
- name: archive slogfile
if: (success() || failure())
uses: actions/upload-artifact@v4
Expand Down
4 changes: 1 addition & 3 deletions a3p-integration/proposals/z:acceptance/test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash
set -o errexit -o nounset -o pipefail

DIRECTORY_PATH="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd)"
set -ueo pipefail

# Place here any test that should be executed using the executed proposal.
# The effects of this step are not persisted in further proposal layers.
Expand Down

0 comments on commit 5fd45ac

Please sign in to comment.