Skip to content

Commit

Permalink
1558 add missing files for CI and change permissions of existing
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-nick17 committed May 18, 2023
1 parent ed242b1 commit 4bfb2d2
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ test: generate-prod
convey:
goconvey ./...

.PHONY: test-component
test-component:
exit

.PHONY: all build debug audit

.PHONY: fetch-renderer-lib
Expand Down
15 changes: 15 additions & 0 deletions ci/component.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---

platform: linux

image_resource:
type: docker-image
source:
repository: golang
tag: 1.20.4

inputs:
- name: dp-frontend-dataset-controller

run:
path: dp-frontend-dataset-controller/ci/scripts/component.sh
5 changes: 5 additions & 0 deletions ci/scripts/component.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash -eux

pushd dp-frontend-dataset-controller
make test-component
popd
Empty file modified ci/scripts/lint.sh
100644 → 100755
Empty file.

0 comments on commit 4bfb2d2

Please sign in to comment.