Skip to content
Snippets Groups Projects
Commit c2ca4251 authored by Luqman Rizal's avatar Luqman Rizal
Browse files

Update functions image version

* fix migration copy script bash syntax
parent e8d66af5
No related branches found
No related tags found
No related merge requests found
......@@ -187,10 +187,10 @@ To make copying scripts easier, use this handy bash script:
```bash
#!/bin/bash
clipboard="\n"
for file in $1/*; do
clipboard+=" $(basename $file): |\n"
clipboard+=$(cat $file | awk '{print " "$0}')
clipboard+="\n"
done
echo -e "$clipboard"
......
......@@ -216,4 +216,4 @@ vector:
functions:
image:
tag: v1.18.1
tag: v1.20.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment