Compare commits
No commits in common. "d5a5f4044b1eba8862f03babbd1f7dc8434788fb" and "7849a98cba433d92a12431eeb5da170fa0f26ab0" have entirely different histories.
d5a5f4044b
...
7849a98cba
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env rake
|
#!/usr/bin/env rake
|
||||||
|
|
||||||
desc 'Invoke itamae command for AWS Environment for the first time'
|
desc 'Invoke itamae command for the first time'
|
||||||
task :ubuntu do
|
task :ubuntu do
|
||||||
node = `ls -1 nodes/*.json | xargs -I % basename % .json | fzf`
|
node = `ls -1 nodes/*.json | xargs -I % basename % .json | fzf`
|
||||||
node.chomp!
|
node.chomp!
|
||||||
|
|
Loading…
Reference in New Issue