Skip to content

Commit

Permalink
Merge branch 'consolidate-differences' into tags-combo-approach
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliejschultz authored May 6, 2024
2 parents 1207d79 + a0190d4 commit f306e8c
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 @@ -7,7 +7,7 @@ name: docker image
on:
push:
# TODO: Change branch to master branch of e-mission-server
branches: [ tags-combo-approach ]
branches: [ consolidate-differences ]

# Env variable
env:
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 f306e8c

Please sign in to comment.