Skip to content

Commit

Permalink
Try export and debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Sep 1, 2023
1 parent 4259b84 commit 076743b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/it/serverless-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ steps:
field: "api_key"
env_var: "RALLY_IT_SERVERLESS_API_KEY"
command: |
set -eo pipefail
set -exo pipefail
echo "--- System dependencies"
PYTHON_VERSION="3.11"
export PYTHON_VERSION="3.11"
sudo add-apt-repository --yes ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install -y \
Expand Down

0 comments on commit 076743b

Please sign in to comment.