feat: setup dummy env vars
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Aravinth Manivannan 2022-09-19 00:47:47 +05:30
parent 9e4fb927f1
commit 4d824a93b6
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 5 additions and 2 deletions

View File

@ -1,2 +1,2 @@
export GITEA_SUDO_TOKEN=
export GITEA_URL=
export GITEA_SUDO_TOKEN="foo"
export GITEA_URL="https://gitea.example.org"

View File

@ -1,6 +1,9 @@
pipeline:
backend:
image: python
environment:
- GITEA_URL="http://localhost:3000/"
- GITEA_SUDO_TOKEN="foobar"
commands:
- pip install virtualenv
- make env