Skip to content

Commit

Permalink
Update gitlab config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
craig8 authored Aug 26, 2023
1 parent c112d3b commit 5cd1755
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,9 @@
- ubuntu2204

before_script:
- echo "Before script section"
- echo "For example you might run an update here or install a build dependency"
- echo "Or perhaps you might print out some debugging details"
- echo "python3 bootstrap.py --all"
- python3 bootstrap.py --all

after_script:
- echo "After script section"
- echo "For example you might do some cleanup here"
- echo "Removing volttron and temp files"
- rm -rf dist
- rm -rf /tmp/tmp*
- rm -rf env
Expand All @@ -39,16 +33,10 @@
- ubuntu2004

before_script:
- echo "Before script section"
- echo "For example you might run an update here or install a build dependency"
- echo "Or perhaps you might print out some debugging details"
- echo "python3 bootstrap.py --all"
- python3 bootstrap.py --all

after_script:
- echo "After script section"
- echo "For example you might do some cleanup here"
- echo "Removing volttron and temp files"
- rm -rf *.egg-info
- rm -rf dist
- rm -rf /tmp/tmp*
- rm -rf env

Expand Down

0 comments on commit 5cd1755

Please sign in to comment.