Skip to content
Snippets Groups Projects

Fix TF13.5 deploy image

Merged Elliott Street requested to merge elliott/fix-13-5-image into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -9,8 +9,8 @@ else
chmod +x /usr/sbin/sudo
fi
ln -s /usr/bin/python3 /usr/bin/python
ln -s /usr/bin/pip3 /usr/bin/pip
ln -s /usr/bin/python3 /usr/bin/python || true
ln -s /usr/bin/pip3 /usr/bin/pip || true
GITHUB_OAUTH_TOKEN=$(cat /run/secrets/GITHUB_TOKEN_FILE)
export GITHUB_OAUTH_TOKEN
Loading