path -> dir

This commit is contained in:
Nikola Kubiczek 2023-09-25 22:16:30 +02:00
parent 3b4c248a17
commit 612287ba28
Signed by: yaemiku
GPG Key ID: ADC039636B3E4AAB

View File

@ -32,5 +32,5 @@ deploy:
entrypoint: [""]
script:
- ls
- kubectl apply -f $CI_PROJECT_PATH/deployment.yaml
- kubectl apply -f $CI_PROJECT_DIR/deployment.yaml
- kubectl get pods