This website requires JavaScript.
Explore
Help
Sign In
m.marjorie
/
testing-ci-cd
Watch
1
Star
0
Fork
You've already forked testing-ci-cd
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
main
testing-ci-cd
/
sample
/
test.sh
7 lines
75 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
if
[
1
-eq
1
]
;
then
echo
"Test passed"
else
exit
1
fi
Reference in New Issue
View Git Blame
Copy Permalink