Skip to content

Commit e7c18ad

Browse files
committed
test
1 parent 19629ed commit e7c18ad

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ jobs:
129129
- "offlinedocs/**"
130130
- ".devcontainer/**"
131131
- "helm/**"
132-
# ignore all files in root except for the following go.sum, go.mod, Makefile
133132
- "*[^g][^o][^.][^s][^u][^m]*"
134133
- "*[^g][^o][^.][^m][^o][^d]*"
135134
- "*[^M][^a][^k][^e][^f][^i][^l][^e]*"

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
set -eu
3-
3+
# testing //TODO remove
44
# Coder's automatic install script.
55
# See https://github.com/coder/coder#installing-coder
66

0 commit comments

Comments
 (0)