blob: 61ef85e2e092c4c30f144e419aecb49b4b3b58ee [file] [log] [blame]
yadavmr58af6b12019-09-18 15:33:25 +05301#!/usr/bin/env bash
2
3##
4# Copyright 2019 ETSI
5#
6# All Rights Reserved.
7#
8# Licensed under the Apache License, Version 2.0 (the "License"); you may
9# not use this file except in compliance with the License. You may obtain
10# a copy of the License at
11#
12# http://www.apache.org/licenses/LICENSE-2.0
13#
14# Unless required by applicable law or agreed to in writing, software
15# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
16# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
17# License for the specific language governing permissions and limitations
18# under the License.
19##
20
21
Adam Israel6de6ff12016-09-27 16:17:01 -040022# Set the Juju env variables for building a layer
23export JUJU_REPOSITORY=`pwd`
24export INTERFACE_PATH=$JUJU_REPOSITORY/interfaces
25export LAYER_PATH=$JUJU_REPOSITORY/layers