Skip to content

Commit

Permalink
tools(deps): up okteto from 2.17.0 to 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Jul 8, 2023
1 parent 248b9bd commit 2a45939
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .stignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/.git/
/.github/
/.idea/
/.next/
/.vercel/

/bin/
/docs/
/node_modules/
/tools/

.depcheckrc
.dockerignore
.env*
.gitignore
.sentryclirc
.stignore
.vercelignore

next-env.d.ts
tsconfig.tsbuildinfo

Dockerfile
Taskfile
2 changes: 1 addition & 1 deletion Taskfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ publish() { okteto deploy --build; }
tools() {
case "${1}" in
okteto)
local os arch bin src version=2.17.0
local os arch bin src version=2.18.1
os=$(uname -s)
arch=$(uname -m) && arch=${arch/aarch64/arm64}
bin=$(echo bin/"${os}"/"${arch}" | tr '[:upper:]' '[:lower:]')
Expand Down

0 comments on commit 2a45939

Please sign in to comment.