Skip to content

Commit

Permalink
origin
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed May 18, 2023
1 parent ea9f8a8 commit 179eaa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ tasks:
setup:
silent: true

origin:
- git fetch --all
- git checkout origin/main -B main
- cd openwhisk ; task origin

image-tag:
- git tag -d $(git tag)
- git tag -f {{.BASETAG}}.$(date +%y%m%d%H){{.S}}
Expand Down
2 changes: 1 addition & 1 deletion openwhisk
Submodule openwhisk updated 1 files
+3 −0 Taskfile.yml

0 comments on commit 179eaa1

Please sign in to comment.