Skip to content

Commit

Permalink
Changes to actions + echo
Browse files Browse the repository at this point in the history
Trying to build an image off this branch instead of the other branch, so that testing is more relevant to the changes on consolidate-differences.
  • Loading branch information
nataliejschultz committed Apr 25, 2024
1 parent c39b537 commit 2e8a911
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 13 deletions.
1 change: 1 addition & 0 deletions .docker/docker_start_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fi

#TODO: start cron jobs
# change python environment
echo "Starting up e-mission-environment..."
source setup/activate.sh

# launch the webapp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: docker image
# events but only for the master branch
on:
push:
branches: [ image-push-merge ]
branches: [ consolidate-differences ]


# Env variable
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/osx-ubuntu-manual-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ name: osx-ubuntu-manual-install
on:
push:
branches:
- master
- gis-based-mode-detection
# - master
# - gis-based-mode-detection
- consolidate-differences
pull_request:
branches:
- master
# - master
- gis-based-mode-detection
schedule:
# * is a special character in YAML so you have to quote this string
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test-default-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ name: CI
on:
push:
branches:
- master
- gis-based-mode-detection
# - master
# - gis-based-mode-detection
- consolidate-differences
pull_request:
branches:
- master
# - master
- gis-based-mode-detection

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-with-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: test-with-docker
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ consolidate-differences ]
pull_request:
branches: [ master ]
branches: [ consolidate-differences ]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 4 * * 0'
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/test-with-manual-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ name: ubuntu-only-test-with-manual-install
on:
push:
branches:
- master
- gis-based-mode-detection
# - master
# - gis-based-mode-detection
- consolidate-differences
pull_request:
branches:
- master
- gis-based-mode-detection
# - master
# - gis-based-mode-detection
- consolidate-differences
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 4 * * 0'
Expand Down

0 comments on commit 2e8a911

Please sign in to comment.