Skip to content

Commit

Permalink
Fix: Scaleway configuration (#509)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault authored May 5, 2021
1 parent 6d6acaa commit 8927227
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions hack/scw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

include commons.mk
include scw.*.mk
MKFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))
MKFILE_DIR := $(dir $(MKFILE_PATH))

include $(MKFILE_DIR)/commons.mk
include $(MKFILE_DIR)/scaleway.*.mk

SCW_PROJECT = $(SCW_PROJECT_$(ENV))
SCW_REGION = $(SCW_REGION_$(ENV))
Expand Down
4 changes: 2 additions & 2 deletions hack/scw.staging.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copyright (C) 2020 Nicolas Lamirault <nicolas.lamirault@gmail.com>

# Copyright (C) 2021 Nicolas Lamirault <nicolas.lamirault@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Expand Down

0 comments on commit 8927227

Please sign in to comment.