Skip to content

Commit 9b44a32

Browse files
Fixes
1 parent 57bb1a7 commit 9b44a32

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM alpine/git:latest
22

33
COPY script/updategitsubmodules.sh /updategitsubmodules.sh
4-
RUN ls -alh /
54

65
ENTRYPOINT ["sh", "/updategitsubmodules.sh"]

script/updategitsubmodules.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/sh
22

3-
echo $(pwd)
4-
echo $(ls)
5-
63
if [ -z "$GITHUB_TOKEN" ]; then
74
echo "ERROR: \$GITHUB_TOKEN var is not set or empty"
85
exit

0 commit comments

Comments
 (0)