Skip to content

Commit

Permalink
Add backlashes
Browse files Browse the repository at this point in the history
  • Loading branch information
martimpassos committed Apr 8, 2024
1 parent 6c5a28c commit d391241
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
ARGS="$ARGS --retile"
fi
docker run \
-e AWS_SECRET_ACCESS_KEY
-e AWS_ACCESS_KEY_ID
-e ARCGIS_USER
-e ARCGIS_PASSWORD
-e VIEWCONES_LAYER_URL
-e AWS_SECRET_ACCESS_KEY \
-e AWS_ACCESS_KEY_ID \
-e ARCGIS_USER \
-e ARCGIS_PASSWORD \
-e VIEWCONES_LAYER_URL \
etl $ARGS
- name: Commit submodule changes and update pointer
Expand Down

0 comments on commit d391241

Please sign in to comment.