Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
biplamal committed Nov 22, 2023
1 parent f7eefbd commit bcdd5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ gen_operator_artifacts() {
rm -rf ${art}/*.yaml
rm -rf ${art}/*.tar.gz
mv ./ixiatg-operator.yaml ${art}/
docker save ${IXIA_C_OPERATOR_IMAGE}:${version} | gzip > ${art}/keng-operator.tar.gz
docker save ${IXIA_C_OPERATOR_IMAGE}:${version} | gzip > ${art}/${IXIA_C_OPERATOR_IMAGE}.tar.gz
}

build() {
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.3
0.0.4

0 comments on commit bcdd5c3

Please sign in to comment.