Skip to content

Commit 2c7685a

Browse files
committed
Updating ignore
1 parent af2feb9 commit 2c7685a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Diff for: .deployignore

+6
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,9 @@ node_modules/
88
.phpunit.result.cache
99
Dockerfile
1010
output.log
11+
.github
12+
tests
13+
bin
14+
composer.lock
15+
phpcs.xml
16+
phpunit.xml

Diff for: .github/workflows/build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
shell: bash
2929
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
3030
id: extract_branch
31-
- name: Push to built branch
31+
- name: Push to -built branch
3232
shell: bash
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -37,11 +37,9 @@ jobs:
3737
git config --global user.email "[email protected]"
3838
git config --global user.name "$GITHUB_ACTOR"
3939
40-
rm .gitignore
40+
rm .gitignore docker_tag output.log
4141
mv .deployignore .gitignore
4242
43-
rm -rf docker_tag output.log
44-
4543
git checkout -b $BUILT_BRANCH
4644
4745
git add -A && git commit -m "Changes from $GITHUB_SHA"

0 commit comments

Comments
 (0)