Add e2e tests for install command
This commit is contained in:
6
.github/actions/kustomize/Dockerfile
vendored
Normal file
6
.github/actions/kustomize/Dockerfile
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM giantswarm/tiny-tools
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
Reference in New Issue
Block a user