Skip to content

Commit

Permalink
DO NOT MERGE - CI test
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Dec 13, 2023
1 parent 1aa09de commit fc55c4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ mockgen: bin/mockgen
.PHONY: verify
verify: bin/golangci-lint
echo "verifying and linting files ..."
./hack/verify-all
echo "Congratulations! All Go source files have been linted."

.PHONY: test
Expand Down
7 changes: 7 additions & 0 deletions hack/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.


### DO NOT MERGE
echo "role - \`${AWS_ROLE_ARN}\`"
echo "skipping CI!!!!"
exit 0
### DISABLING CI FOR TEST PR

set -euo pipefail

BASE_DIR=$(dirname "$(realpath "${BASH_SOURCE[0]}")")
Expand Down

0 comments on commit fc55c4e

Please sign in to comment.