Skip to content

Commit

Permalink
Update sync-training-operator-manifests.sh
Browse files Browse the repository at this point in the history
Signed-off-by: juliusvonkohout <45896133+juliusvonkohout@users.noreply.github.com>
  • Loading branch information
juliusvonkohout committed Jun 26, 2024
1 parent d04f1df commit f50fdf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/sync-training-operator-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
set -euxo pipefail
IFS=$'\n\t'

COMMIT="v1.8.0-rc.0" # You can use tags as well
COMMIT="v1.8.0-rc.1" # You can use tags as well
SRC_DIR=${SRC_DIR:=/tmp/kubeflow-training-operator}
BRANCH=${BRANCH:=sync-kubeflow-training-operator-manifests-${COMMIT?}}

Expand Down Expand Up @@ -64,7 +64,7 @@ DST_DIR=$MANIFESTS_DIR/apps/training-operator/upstream
if [ -d "$DST_DIR" ]; then
rm -r "$DST_DIR"
fi
cp $SRC_DIR/manifests $DST_DIR -r
cp $SRC_DIR/training-operator/manifests $DST_DIR -r


echo "Successfully copied all manifests."
Expand Down

0 comments on commit f50fdf4

Please sign in to comment.