diff --git a/.circleci/example.yml b/.circleci/example.yml index e0af599..64f4e7c 100644 --- a/.circleci/example.yml +++ b/.circleci/example.yml @@ -64,7 +64,6 @@ install_goss: &install_goss name: Install goss command: | # rather than give internet scripts SU rights, we install to local user bin and add to path - mkdir ~/bin export GOSS_DST=~/bin export PATH=$PATH:~/bin curl -fsSL https://goss.rocks/install | sh diff --git a/.gitignore b/.gitignore index fe9b335..07deeaf 100644 --- a/.gitignore +++ b/.gitignore @@ -32,4 +32,5 @@ Session.vim # auto-generated tag files tags - +#intellij +.idea/ \ No newline at end of file