This website requires JavaScript.
Explore
Help
Sign In
m.marjorie
/
Test_CI-CD
Watch
1
Star
0
Fork
You've already forked Test_CI-CD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d0c9a1f935
Test_CI-CD
/
sample
/
test.sh
7 lines
75 B
Bash
Executable File
Raw
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