Skip to content

Commit

Permalink
Update validate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
niharbabu99 authored Jul 2, 2024
1 parent 4498c4f commit f8803cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ checkmark=$'\xE2\x9C\x94'

echo -e "${yellow}Validating $PIPELINE_CONFIG with fly validate...$white\n"

###DEBUG
ls -al

fly validate-pipeline -o -c "${pipeline_path}/${PIPELINE_CONFIG}" "${vars_file}" >> tmp.yml

# Validates the yaml format
Expand Down

0 comments on commit f8803cc

Please sign in to comment.