Skip to content

Commit

Permalink
Fix path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhav-jain committed Mar 31, 2020
1 parent 789a8a9 commit 498c38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ echo "======================"
echo "= Linting OAS file ="
echo "======================"

node swagger-cli validate "$INPUT_FILE_PATH"
cd /github/workspace/ && swagger-cli validate "$INPUT_FILE_PATH"

0 comments on commit 498c38c

Please sign in to comment.