Skip to content

Commit

Permalink
Update lido-ci.yml and run-kontrol.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
qian-hu committed Oct 2, 2024
1 parent 2922d2e commit d48291a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/lido-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"ref": "master",
"inputs": {
"branch_name": "'"${{ github.event.pull_request.head.sha || github.sha }}"'",
"extra_args": "script",
"statuses_sha": "'$sha'",
"org": "${{ github.repository_owner }}",
"repository": "${{ github.event.repository.name }}",
Expand Down
2 changes: 1 addition & 1 deletion test/kontrol/scripts/run-kontrol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SCRIPT_HOME="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
# shellcheck source=/dev/null
source "$SCRIPT_HOME/common.sh"
export RUN_KONTROL=true
CUSTOM_FOUNDRY_PROFILE=default
CUSTOM_FOUNDRY_PROFILE=kprove
export FOUNDRY_PROFILE=$CUSTOM_FOUNDRY_PROFILE
export OUT_DIR=kout # out dir of $FOUNDRY_PROFILE
parse_args "$@"
Expand Down

0 comments on commit d48291a

Please sign in to comment.