Skip to content

Commit

Permalink
comment out create selenium folders for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tkalir authored Dec 9, 2024
1 parent 2f30410 commit 4fd3488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/anyway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
pip install -r requirements.txt &&\
echo "Step 5: Logging in to Vault" &&\
export VAULT_TOKEN="$(uci vault approle-login $VAULT_ROLE_ID $VAULT_SECRET_ID)" &&\
echo "Step 6: Creating Selenium data folder" &&\
bin/apps.py create_selenium_data_folder &&\
#echo "Step 6: Creating Selenium data folder" &&\
#bin/apps.py create_selenium_data_folder &&\
echo "Step 7: Deploying app" &&\
bin/apps.py deploy_app anyway &&\
echo "Step 8: Checking Docker Compose status" &&\
Expand Down

0 comments on commit 4fd3488

Please sign in to comment.