Skip to content

Commit

Permalink
cloud config typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ottojolanki committed Oct 27, 2021
1 parent 15ec73f commit faa8abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ runcmd:
#- sudo -u build bin/pip install -r requirements.txt
- sudo -u build python3 -m venv venv
- sudo -u build /opt/encoded/checkfiles/venv/bin/pip install wheel
- sudo -u build /opt/encoded/checkfiles/venv/bin/pip install -r /opt/encoded/checkfiles/requirements.pip
- sudo -u build /opt/encoded/checkfiles/venv/bin/pip install -r /opt/encoded/checkfiles/requirements.txt
- cd /home/ubuntu
- nohup /opt/encoded/checkfiles/script $(cat /opt/checkfiles_args.txt) 2> errors_prod.log 1> output_prod.log &
- nohup /opt/encoded/checkfiles/writeTestArgs $(cat /opt/checkfiles_args.txt | rev | cut -d " " -f 2- | rev) > /opt/test_args.txt
Expand Down

0 comments on commit faa8abd

Please sign in to comment.