Skip to content

Commit

Permalink
chore: remove go-build.sh, use make werf instead
Browse files Browse the repository at this point in the history
  • Loading branch information
distorhead committed Dec 10, 2021
1 parent 488efce commit c87f7c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -85,7 +85,7 @@ jobs:
shell: bash

- name: Compile tests werf binary
run: GOBIN=$PWD ./go-build.sh
run: GOBIN=$PWD make werf

- name: Upload integration default tests binaries
uses: actions/upload-artifact@master
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -18,5 +18,5 @@ lint:


clean:
rm /home/distorhead/go/bin/werf
rm /home/distorhead/go/bin/buildah-test
rm -f $$GOPATH/bin/werf
rm -f $$GOPATH/buildah-test
2 changes: 1 addition & 1 deletion docs/documentation/regen.sh
Expand Up @@ -8,7 +8,7 @@ PROJECT_DIR="$(dirname $SOURCE_PATH)/../.."
function regen() {
saved_dir="$PWD"
cd "$PROJECT_DIR"
./go-build.sh
make werf

# regen CLI partials, pages and sidebar
HOME='~' werf docs --log-terminal-width=100
Expand Down
23 changes: 0 additions & 23 deletions go-build.sh

This file was deleted.

0 comments on commit c87f7c3

Please sign in to comment.