Skip to content
Snippets Groups Projects
Commit 0eaab40b authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Scripts:

- relocated/renamed wrongly placed/named scripts
- removed unneeded scripts
- added missing headers in scripts
parent d26bacd2
No related branches found
No related tags found
1 merge request!54Release 2.0.0
#!/bin/bash
./report_coverage_all.sh | grep --color -E -i "^slice/.*$|$"
......@@ -14,11 +14,4 @@
# limitations under the License.
IMAGE_NAME='integration_tester'
IMAGE_TAG='latest'
CI_REGISTRY_IMAGE='registry.gitlab.com/teraflow-h2020/controller'
kubectl delete pod $(echo $IMAGE_NAME | sed -r 's/[^a-zA-Z0-9\.\-]/-/g') --wait=true --ignore-not-found=true
kubectl get all
kubectl run $(echo $IMAGE_NAME | sed -r 's/[^a-zA-Z0-9\.\-]/-/g') --image "$CI_REGISTRY_IMAGE/$IMAGE_NAME:$IMAGE_TAG" --restart=Never --rm -i
kubectl get all
./report_coverage_all.sh | grep --color -E -i "^slice/.*$|$"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment