Skip to content

Commit

Permalink
Small fix in EKS user-data file
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDiazL committed Feb 14, 2024
1 parent 2953ed3 commit 0daa9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/_scripts/generate/generate_bitops_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ fi
if [[ $(alpha_only "$AWS_EKS_CREATE") == true ]]; then
if [ -s "$GITHUB_WORKSPACE/$AWS_EKS_INSTANCE_USER_DATA_FILE" ] && [ -f "$GITHUB_WORKSPACE/$AWS_EKS_INSTANCE_USER_DATA_FILE" ]; then
echo "Moving $AWS_EKS_INSTANCE_USER_DATA_FILE to be used by Terraform during EKS Nodes creation"
mv "$GITHUB_WORKSPACE/$AWS_EKS_INSTANCE_USER_DATA_FILE" "$GITHUB_ACTION_PATH/operations/deployment/terraform/eks/aws_eks_incoming_user_data_script.sh"
mv "$GITHUB_WORKSPACE/$AWS_EKS_INSTANCE_USER_DATA_FILE" "$GITHUB_ACTION_PATH/operations/deployment/terraform/aws/aws_eks_incoming_user_data_script.sh"
fi
fi
# Below we will be creating the config file, one for the action itself, other to store as an artifact after.
Expand Down

0 comments on commit 0daa9ef

Please sign in to comment.