gitpod: remove cd

This commit is contained in:
Abel Luck 2023-06-02 09:38:49 +00:00
parent b3758566f8
commit c7036f0f14

View file

@ -18,7 +18,6 @@ tasks:
fi
- name: tailscale
command: |
cd /workspace/guardianproject-ops/meta/
if [ -n "$TAILSCALE_AUTHKEY" ]; then
if [ -n "${TAILSCALE_STATE_MYPROJECT}" ]; then
sudo -E tailscale up --authkey=${TAILSCALE_AUTHKEY}