Skip to content

Commit

Permalink
Whitespace & formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
noodl committed Jan 11, 2024
1 parent c9c3ff4 commit 6835877
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# sbc-shared-buildkite-plugin
Collection of Sage specific functions used with Buildkite
Collection of Sage specific functions used with Buildkite
2 changes: 1 addition & 1 deletion hooks/command
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -euo pipefail
if [[ -n $BUILDKITE_COMMAND ]]; then
echo "Step command detected for $BUILDKITE_LABEL . Executing command"
eval $BUILDKITE_COMMAND
fi
fi
6 changes: 3 additions & 3 deletions hooks/post-command
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ if [[ $ACTION == "push_image" ]];then
fi
fi
fi
elif [[ $ACTION == "push_param" ]];then
elif [[ $ACTION == "push_param" ]]; then
config_path=$ENVIRONMENT/$LANDSCAPE

# change directory from which all param logic expects to be run from.
cd configuration
./push.sh $config_path
elif [[ $ACTION == "publish_gem" ]];then
elif [[ $ACTION == "publish_gem" ]]; then
echo ""
elif [[ $ACTION == "build" ]];then
elif [[ $ACTION == "build" ]]; then
# Load a predetermined custom functions file that a repository may need to use to extend the build process
CUSTOM_FILE=".buildkite/custom_functions.sh"
if [ -f "$CUSTOM_FILE" ]; then
Expand Down
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ configuration:
type: boolean
required:
- action
additionalProperties: false
additionalProperties: false

0 comments on commit 6835877

Please sign in to comment.