File tree Expand file tree Collapse file tree 6 files changed +27
-5
lines changed Expand file tree Collapse file tree 6 files changed +27
-5
lines changed Original file line number Diff line number Diff line change
1
+ name : autoupdate
2
+ on :
3
+ push :
4
+ branches :
5
+ - feature/*
6
+ jobs :
7
+ autoupdate :
8
+ name : autoupdate
9
+ runs-on : ubuntu-18.04
10
+ steps :
11
+ - uses : docker://chinthakagodawita/autoupdate-action:v1
12
+ env :
13
+ GITHUB_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
14
+ # See https://github.com/marketplace/actions/auto-update for options
15
+ # DRY_RUN: "false"
16
+ # PR_FILTER: "labelled"
17
+ # PR_LABELS: "keep up-to-date,integration"
18
+ # EXCLUDED_LABELS: "dependencies"
19
+ # MERGE_MSG: "Branch was auto-updated."
20
+ # RETRY_COUNT: "5"
21
+ # RETRY_SLEEP: "300"
22
+ # MERGE_CONFLICT_ACTION: "fail"
Original file line number Diff line number Diff line change 11
11
echo " success-file exists so running ghostinspector tests..."
12
12
fi
13
13
# shellcheck source=./log_end.sh
14
- source " $IONIC_PATH " /scripts/log_end.sh
14
+ source " $IONIC_PATH " /scripts/log_end.sh " ${BASH_SOURCE[0]} "
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ source "$IONIC_PATH"/scripts/log_start.sh "${BASH_SOURCE[0]}"
6
6
set -xe
7
7
npm run test:ghostinspector
8
8
# shellcheck source=./log_end.sh
9
- source " $IONIC_PATH " /scripts/log_end.sh
9
+ source " $IONIC_PATH " /scripts/log_end.sh " ${BASH_SOURCE[0]} "
Original file line number Diff line number Diff line change 8
8
source " $SCRIPT_FOLDER " /no-root.sh
9
9
git push
[email protected] :medimodo.git HEAD:master -f
;
10
10
# shellcheck source=./log_end.sh
11
- source " $IONIC_PATH " /scripts/log_end.sh
11
+ source " $IONIC_PATH " /scripts/log_end.sh " ${BASH_SOURCE[0]} "
Original file line number Diff line number Diff line change 7
7
npm run types
8
8
npm run test:mocha
9
9
# shellcheck source=./log_end.sh
10
- source " $IONIC_PATH " /scripts/log_end.sh
10
+ source " $IONIC_PATH " /scripts/log_end.sh " ${BASH_SOURCE[0]} "
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ source "${SCRIPT_FOLDER}"/cypress_run.sh
20
20
# shellcheck source=./ghost-inspector.sh
21
21
source " ${SCRIPT_FOLDER} " /ghost-inspector.sh
22
22
# shellcheck source=./log_end.sh
23
- source " $IONIC_PATH " /scripts/log_end.sh
23
+ source " $IONIC_PATH " /scripts/log_end.sh " ${BASH_SOURCE[0]} "
You can’t perform that action at this time.
0 commit comments