Added Copyright Header
Reviewed By: davidaurelio Differential Revision: D10462700 fbshipit-source-id: edef1f6f5825835bbdb613a1934bf7bfe86d0ee6
This commit is contained in:
committed by
Facebook Github Bot
parent
e12b78f99b
commit
ba9bd4eae3
@@ -1,3 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Copyright (c) Facebook, Inc. and its affiliates.
|
||||
#
|
||||
# This source code is licensed under the MIT license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
#
|
||||
|
||||
set -e
|
||||
|
||||
function download() {
|
||||
|
@@ -1,4 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
#
|
||||
# Copyright (c) Facebook, Inc. and its affiliates.
|
||||
#
|
||||
# This source code is licensed under the MIT license found in the LICENSE
|
||||
# file in the root directory of this source tree.
|
||||
#
|
||||
|
||||
set -e
|
||||
ROOTDIR="$(dirname $0)/.."
|
||||
echo -e "\033[1;34m** We can deploy two libraries\n** (1) Java bindings to Yoga\n** (2) Android YogaLayout\n** Which do you want to ship today? \033[0m"
|
||||
|
@@ -1,6 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Deploy a SNAPSHOT JAR after every successful CI run To Sonatype.
|
||||
|
||||
#
|
||||
# Copyright (c) Facebook, Inc. and its affiliates.
|
||||
#
|
||||
# This source code is licensed under the MIT license found in the LICENSE
|
||||
# file in the root directory of this source tree.
|
||||
#
|
||||
|
||||
set -e
|
||||
|
Reference in New Issue
Block a user