Closed andycate closed 5 years ago
Try updating to 2018.11.14
Your build.gradle will also need some modification: dependsOn
takes a task name, not an artifact name (you can do the commands in postDeploy << { execute "echo Hello" }
in the file artifact)
Ok, that worked. Thanks!
I am having an issue writing a custom deploy script for my RoboRIO. I am trying to write a deploy script for a smart dashboard that I am creating. This involves moving a directory of files into
/home/lvuser
and then running some commands. However, when I rungradle deploy
, I get the following error:My deploy script is as follows:
Any help is appreciated!