We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0909e7f commit 1508900Copy full SHA for 1508900
scripts/build-controller.sh
@@ -205,6 +205,7 @@ if ! $ACK_GENERATE_BIN_PATH "${apis_args[@]}"; then
205
fi
206
207
pushd "$SERVICE_CONTROLLER_SOURCE_PATH/apis/$ACK_GENERATE_API_VERSION" 1>/dev/null
208
+ git pull upstream main --tags 2>/dev/null
209
210
echo "Generating deepcopy code for $SERVICE"
211
controller-gen object:headerFile="$BOILERPLATE_TXT_PATH" paths=./...
0 commit comments