Skip to content

Commit

Permalink
Don't set bash options, use actions defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Oct 8, 2024
1 parent e8db129 commit 0d771f3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/reload_demo_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ jobs:
--description "Staging server"
- name: Load data
run: |
set -e
set -u
set -o pipefail
set -x
docker pull ghcr.io/gmod/apollo-cli:${{ vars.DOCKER_TAG }}
function apollo() {
docker \
Expand Down

0 comments on commit 0d771f3

Please sign in to comment.