Skip to content

Commit

Permalink
chore: prune docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Sep 20, 2024
1 parent ba4f64c commit c236d27
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
- run:
name: Set branch environment
command: |
echo 'export VITE_BRANCH=${CIRCLE_BRANCH}' >> $BASH_ENV
echo 'export REACT_APP_BRANCH=${VITE_BRANCH}' >> $BASH_ENV
echo 'export VITE_PROJECT_VERSION=${CIRCLE_SHA1}' >> $BASH_ENV
- run:
name: Check environment variables
Expand Down Expand Up @@ -339,6 +339,10 @@ jobs:
# - firebase_deploy:
# # token: $FIREBASE_DEPLOY_TOKEN # This should be set as environment variable
# alias: << parameters.DEPLOY_ALIAS >>
- run:
name: Prune Docker resources
command: |
docker system prune -a
- run:
name: Install fly command
command: curl -L https://fly.io/install.sh | sh
Expand Down

0 comments on commit c236d27

Please sign in to comment.