Skip to content

Commit

Permalink
make file
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlej authored and pavlej committed Apr 11, 2020
1 parent dacb46a commit db06230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generate_schema:: tfgen

provider:: generate_schema
cd provider && go generate cmd/${PROVIDER}/main.go
cd provider && go install -ldflags "-X github.com/pulumi/pulumi-${PACK}/provider/pkg/version.Version=${VERSION}" ${PROJECT}/provider/cmd/${PROVIDER}
cd provider && go install -ldflags "-X github.com/phoenixnap/pulumi-${PACK}/provider/pkg/version.Version=${VERSION}" ${PROJECT}/provider/cmd/${PROVIDER}

# NOTE: Since the plugin is published using the nodejs style semver version
# We set the PLUGIN_VERSION to be the same as the version we use when building
Expand Down

0 comments on commit db06230

Please sign in to comment.