Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Provide commit user details
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Nov 1, 2019
1 parent 5fa58d7 commit 0a7c49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/12_sync.bats
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function setup() {

# Add a change, wait for it to happen and check the sync tag again
sed -i'.bak' 's%stefanprodan/podinfo:2.1.0%stefanprodan/podinfo:3.1.5%' "${clone_dir}/workloads/podinfo-dep.yaml"
git commit -am "Bump podinfo"
git commit -c [email protected] -c "user.name=Foo" commit -am "Bump podinfo"
head_hash=$(git rev-list -n 1 HEAD)
git push
poll_until_equals "podinfo image" "stefanprodan/podinfo:3.1.5" "kubectl get pod -n demo -l app=podinfo -o\"jsonpath={['items'][0]['spec']['containers'][0]['image']}\""
Expand Down

0 comments on commit 0a7c49d

Please sign in to comment.