Skip to content

Commit

Permalink
Test nasa#7
Browse files Browse the repository at this point in the history
  • Loading branch information
r9-pena committed Jul 14, 2021
1 parent 793bb9b commit aca3f78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ COPY autodoc.bash /autodoc.bash
USER fprime

# Code file to execute when the docker container starts up (`entrypoint.sh`)
ENTRYPOINT ["/entrypoint.sh", $INPUT_TEST1]
ENTRYPOINT ["/entrypoint.sh"]


2 changes: 1 addition & 1 deletion .github/actions/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if "$GITHUB_WORKFLOW" == "Autodocs"
then
/autodoc.bash
else
echo $*
echo "$INPUT_TEST1"
#"$GITHUB_WORKSPACE/ci/master.bash" $*
fi

0 comments on commit aca3f78

Please sign in to comment.