Skip to content

Commit

Permalink
removing travis references
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebz committed Nov 3, 2020
1 parent dc31321 commit 072ae36
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2

- name: Lint
run: ./travis/kyaml-pre-commit.sh
run: ./scripts/kyaml-pre-commit.sh
env:
KUSTOMIZE_DOCKER_E2E: false # don't need to do e2e tests for linting

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,10 @@ test-unit-kustomize-all: \
test-unit-kustomize-plugins

test-unit-cmd-all:
./travis/kyaml-pre-commit.sh
./scripts/kyaml-pre-commit.sh

test-go-mod:
./travis/check-go-mod.sh
./scripts/check-go-mod.sh

.PHONY:
test-examples-e2e-kustomize: $(MYGOBIN)/mdrip $(MYGOBIN)/kind
Expand Down
2 changes: 1 addition & 1 deletion api/internal/plugins/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ TO GENERATE CODE
cd $repo/plugin/builtin
go generate ./...
See travis/kyaml-pre-commit.sh for canonical way
See scripts/kyaml-pre-commit.sh for canonical way
to execute the above.
This creates
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/windows/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ <h4 id="step-2---install-go-packages">Step 2 - Install Go Packages</h4>
</li>
<li>Navigate to the Kustomize <code>travis</code> directory
<ul>
<li><code>Example: C:\_go\src\sigs.k8s.io\kustomize\travis</code></li>
<li><code>Example: C:\_go\src\sigs.k8s.io\kustomize\scripts</code></li>
</ul>
</li>
<li>Now Execute:
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/contributing/windows/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ <h4 id="step-2---install-go-packages">Step 2 - Install Go Packages</h4>
</li>
<li>Navigate to the Kustomize <code>travis</code> directory
<ul>
<li><code>Example: C:\_go\src\sigs.k8s.io\kustomize\travis</code></li>
<li><code>Example: C:\_go\src\sigs.k8s.io\kustomize\scripts</code></li>
</ul>
</li>
<li>Now Execute:
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ English | [简体中文](zh/README.md)
To run these examples, your `$PATH` must contain `kustomize`.
See the [installation instructions](../docs/INSTALL.md).

These examples are [tested](../travis/kyaml-pre-commit.sh)
These examples are [tested](../scripts/kyaml-pre-commit.sh)
to work with the latest _released_ version of kustomize.

Basic Usage
Expand Down
2 changes: 1 addition & 1 deletion examples/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

这些示例默认 `kustomize` 在您的 `$PATH` 中。

这些示例通过了 [pre-commit](../../travis/kyaml-pre-commit.sh) 测试,并且应该与 HEAD 一起使用。
这些示例通过了 [pre-commit](../../scripts/kyaml-pre-commit.sh) 测试,并且应该与 HEAD 一起使用。

```
go get sigs.k8s.io/kustomize/v3/cmd/kustomize
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion site/content/en/contributing/windows/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Usage: C:\_go\bin\mdrip.exe {fileName}...
- In your GoRoot src
- ```Example: C:\_go\src```
- Navigate to the Kustomize `travis` directory
- ```Example: C:\_go\src\sigs.k8s.io\kustomize\travis```
- ```Example: C:\_go\src\sigs.k8s.io\kustomize\scripts```
- Now Execute:
- ```.\Invoke-PreCommit.ps1```

Expand Down
2 changes: 1 addition & 1 deletion site/content/zh/contributing/windows/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Usage: C:\_go\bin\mdrip.exe {fileName}...
- In your GoRoot src
- ```Example: C:\_go\src```
- Navigate to the Kustomize `travis` directory
- ```Example: C:\_go\src\sigs.k8s.io\kustomize\travis```
- ```Example: C:\_go\src\sigs.k8s.io\kustomize\scripts```
- Now Execute:
- ```.\Invoke-PreCommit.ps1```

Expand Down
40 changes: 0 additions & 40 deletions travis/consider-early-travis-exit.sh

This file was deleted.

0 comments on commit 072ae36

Please sign in to comment.