From 53dc4f72c24fd52cb5578916ae11facc4d4df190 Mon Sep 17 00:00:00 2001 From: Appu Goundan Date: Wed, 11 Sep 2024 15:50:59 -0400 Subject: [PATCH] initial gitlab ci config Signed-off-by: Appu Goundan --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..31aa0f2d --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +build-sigstore-java: + stage: build + script: + - echo 'this should always run' + +test-sigstore-java: + stage: test + script: + - echo 'run after build'