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 ab82a50 commit cd5a843Copy full SHA for cd5a843
automated/linux/torizon/integration-tests.sh
@@ -24,7 +24,7 @@ dpkg -i staging-spire_0.2.0-alpha+019_linux_arm64.deb
24
get_test_program "https://gitlab-ci-token:${GITLAB_TOKEN}@gitlab.com/LinaroLtd/lava/appliance/baklava-integration.git" "baklava-integration" "main"
25
26
python3 -m venv venv
27
-source venv/bin/activate
+. venv/bin/activate
28
pip3 install -r requirements.txt
29
30
export SPIRE_PAT_TOKEN LAVA_TOKEN LAVA_PASSWORD
0 commit comments