Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-scherrer committed Jul 4, 2021
1 parent 7401e08 commit 5f35d0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

function clone () {
git clone https://github.com/MarlinFirmware/Marlin.git -b $1
git clone https://github.com/MarlinFirmware/Marlin.git

ls $GITHUB_WORKSPACE
}

clone

0 comments on commit 5f35d0c

Please sign in to comment.