Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 05f418d

Browse files
Waterdripsalexellis
authored andcommitted
Add Gitlab and AWS to github actions builds
Signed-off-by: Alistair Hey <[email protected]>
1 parent becb636 commit 05f418d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

contrib/ci.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ fi
1717
echo "Working folder: `pwd`"
1818

1919
$CLI build --parallel=4
20-
$CLI build -f dashboard/stack.yml
20+
$CLI build -f dashboard/stack.yml
21+
$CLI build -f aws.yml
22+
$CLI build -f gitlab.yml

contrib/publish.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ $CLI up --parallel=4 --skip-deploy
2121
HERE=`pwd`
2222
cd dashboard
2323
$CLI up -f stack.yml --skip-deploy
24-
cd $HERE
24+
cd $HERE
25+
$CLI up -f gitlab.yml --skip-deploy
26+
$CLI up -f aws.yml --skip-deploy

edge-auth/handlers/query.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ func MakeQueryHandler(config *Config, protected []string, restrictedPrefix []str
3737
}
3838
}
3939

40-
4140
return func(w http.ResponseWriter, r *http.Request) {
4241
query := r.URL.Query()
4342

0 commit comments

Comments
 (0)