File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,9 @@ node_modules/
8
8
.phpunit.result.cache
9
9
Dockerfile
10
10
output.log
11
+ .github
12
+ tests
13
+ bin
14
+ composer.lock
15
+ phpcs.xml
16
+ phpunit.xml
Original file line number Diff line number Diff line change 28
28
shell : bash
29
29
run : echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
30
30
id : extract_branch
31
- - name : Push to built branch
31
+ - name : Push to - built branch
32
32
shell : bash
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
37
git config --global user.email "[email protected] "
38
38
git config --global user.name "$GITHUB_ACTOR"
39
39
40
- rm .gitignore
40
+ rm .gitignore docker_tag output.log
41
41
mv .deployignore .gitignore
42
42
43
- rm -rf docker_tag output.log
44
-
45
43
git checkout -b $BUILT_BRANCH
46
44
47
45
git add -A && git commit -m "Changes from $GITHUB_SHA"
You can’t perform that action at this time.
0 commit comments