mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
committed by
Aaron Schlesinger
parent
054edde824
commit
667b9fdf65
@@ -2,7 +2,7 @@
|
||||
|
||||
# check_conflicts.sh
|
||||
# this script checks for changes to files OTHER THAN *.go, go.mod and go.sum
|
||||
# ensuring no git merge conflict artifacts are being commited.
|
||||
# ensuring no git merge conflict artifacts are being committed.
|
||||
# i.e. <<<<<<<HEAD or ======= or >>>>>>>branch-name
|
||||
#
|
||||
# this is intended to be used in your CI tests
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Execute end-to-end (e2e) tests to verify that everything is working right
|
||||
# from the end user perpsective
|
||||
# from the end user perspective
|
||||
$repoDir = Join-Path $PSScriptRoot ".." | Join-Path -ChildPath ".."
|
||||
if (-not (Test-Path env:GO_BINARY_PATH)) { $env:GO_BINARY_PATH = "go" }
|
||||
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
# test_e2e.sh
|
||||
# Execute end-to-end (e2e) tests to verify that everything is working right
|
||||
# from the end user perpsective
|
||||
# from the end user perspective
|
||||
set -xeuo pipefail
|
||||
|
||||
REPO_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )/.."
|
||||
|
||||
Reference in New Issue
Block a user