authelia/cmd/authelia-scripts
Amir Zarrinkafsh 756aee507f
refactor: cra build path (#2117)
* refactor: cra build path

The `authelia-scripts` helper currently performs steps to move files around in different stages of development and CI/CD.

We now utilise the `BUILD_PATH` environment variable to adjust the output directory for the web frontend from the default of `./web/build/` simplifying the helper somewhat.

Additionally we no longer build the Go binary in the unit test stage of our CI/CD as this is not necessary.

* fix: build output directory in coverage dockerfile
2021-06-25 21:53:20 +10:00
..
authelia-scripts do not hardcode /bin/bash (#1122) 2020-06-18 09:49:13 +02:00
cmd_bootstrap.go feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
cmd_build.go refactor: cra build path (#2117) 2021-06-25 21:53:20 +10:00
cmd_ci.go refactor: cra build path (#2117) 2021-06-25 21:53:20 +10:00
cmd_clean.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
cmd_docker.go refactor: cra build path (#2117) 2021-06-25 21:53:20 +10:00
cmd_serve.go [CI] Add godot linter (#958) 2020-05-02 15:06:39 +10:00
cmd_suites.go ci(golangci-lint): replace golint with revive linter (#2078) 2021-06-11 10:30:53 +10:00
cmd_unittest.go [CI] Add Codecov support (#1065) 2020-06-05 10:43:19 +10:00
cmd_xflags.go build: add enhanced information (#2067) 2021-06-18 14:35:43 +10:00
const.go build: add enhanced information (#2067) 2021-06-18 14:35:43 +10:00
docker.go build: add enhanced information (#2067) 2021-06-18 14:35:43 +10:00
helpers.go build: add enhanced information (#2067) 2021-06-18 14:35:43 +10:00
main.go refactor: cra build path (#2117) 2021-06-25 21:53:20 +10:00