Skip to content

Commit

Permalink
fix test: script result path
Browse files Browse the repository at this point in the history
  • Loading branch information
jekkel committed Jun 15, 2021
1 parent 963d2df commit b6b37a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/test-in-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ verify_resources_read(){
kubectl cp sidecar-5xx:/tmp-5xx/hello.world /tmp/5xx/hello.world
kubectl cp sidecar-5xx:/tmp-5xx/cm-kubelogo.png /tmp/5xx/cm-kubelogo.png
kubectl cp sidecar-5xx:/tmp-5xx/secret-kubelogo.png /tmp/5xx/secret-kubelogo.png
kubectl cp sidecar-5xx:/tmp-5xx/script_result /tmp/5xx/script_result
# script also generates into '/tmp'
kubectl cp sidecar-5xx:/tmp/script_result /tmp/5xx/script_result
# absolute path in configmap points to /tmp in 'absolute-configmap'
kubectl cp sidecar-5xx:/tmp/absolute/absolute.txt /tmp/5xx/absolute.txt
kubectl cp sidecar-5xx:/tmp-5xx/relative/relative.txt /tmp/5xx/relative.txt
Expand Down

0 comments on commit b6b37a2

Please sign in to comment.