Skip to content

Commit

Permalink
Update custom-ox.sh
Browse files Browse the repository at this point in the history
actually running timestamp command...der
  • Loading branch information
aaronhmiller authored Feb 1, 2024
1 parent 2e70ad6 commit 2234a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/custom-ox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sleep 5

# start
echo date
echo `date`

# Run the actual checkout action
sh -c "/usr/bin/docker run --name oxsecurityoxblockmodelatest_6ff9a5 --label f45b78 --workdir /github/workspace --rm \
Expand Down Expand Up @@ -76,4 +76,4 @@ sh -c "/usr/bin/docker run --name oxsecurityoxblockmodelatest_6ff9a5 --label f45
oxsecurity/ox-block-mode:latest"

# finish
echo date
echo `date`

0 comments on commit 2234a6b

Please sign in to comment.